 .section {
       padding-top: 80px;
       padding-bottom: 50px;
       width: 100%;
       float: left;
       background: #ebebeb;
   }
   .container_inner {
       width: 100%;
       float: left;
   }
   .container {
       width: 1600px;
       margin: auto;
       max-width: 95%;
   }
   .section h2 {
       margin-bottom: 50px;
   }
   h2 {
       font-size: 60px;
       line-height: 70px;
       /* border-left: 5px solid #800000; */
       padding-left: 20px;
   }
   h1 span, h2 span, h3 span {
       color: #aa8059;
   }
   h2 span {
       font-size: 45px;
   }
   
   .chalets-wrapp {
       display: grid;
       grid-template-columns: 1fr 1fr;
       width: 100vw;
       margin-left: calc(-1*(100vw - 100%) / 2);
       margin-top: 48px;
       position: relative;
       z-index: 1;
   }
   .chalets-item:nth-child(odd) {
       border-right: 1px solid;
       border-color: #8e8e88;
   }
   .chalets-item {
       position: relative;
       display: flex;
       flex-direction: column;
       align-items: center;
       text-align: center;
       padding: 48px 48px 72px;
       border-bottom: 1px solid #8e8e88;
       border-color: #8e8e88 transparent;
       border-top: 1px solid #8e8e88;
   }
   .chalets-item .chalets-item__img {
       position: relative;
       width: 100%;
       max-width: 450px;
       height: 350px;
       display: flex;
       align-items: flex-end;
       transition: 1s cubic-bezier(.33,0,.13,1);
       transition-delay: .4s;
   }
   .chalets-item .chalets-item__img a, .img-cover {
       width: 100%;
       height: 100%;
       position: relative;
   }
   .chalets-item .chalets-item__img a {
       display: block;
   }
   a {
       text-decoration: none;
   }
   a, p {
       color: #000;
   }
   .grayscale-to-color.jsx-9871f680193bfc86 {
       width: 100%;
       height: 100%;
       position: relative;
   }
   .img-cover img {
       width: 100%;
       height: 100%;
       object-fit: cover;
       object-position: center;
       display: block;
   }
   .chalets-item__name {
       margin-top: 32px;
       z-index: 2;
       transition: 1s cubic-bezier(.33,0,.13,1);
       transition-delay: .1s;
       font-size: 50px;
       line-height: 60px;
       text-transform: capitalize;
   }
   .fade-overflow {
       overflow: hidden;
   }
   .chalets-item__name span {
       font-size: 30px;
       line-height: 40px;
       display: block;
       transition: 1s cubic-bezier(.33,0,.13,1);
   }
   h1 span, h2 span, h3 span {
       color: #800000;
   }
   .text-overhead {
       font-size: 20px;
       line-height: 30px;
       text-transform: uppercase;
       transition: 1s cubic-bezier(.33,0,.13,1);
       transition-delay: .4s;
       text-align: center;
   }
   .chalets-item__key span {
       display: block;
       border: 1px solid #9c9582;
       padding: 8px 32px;
       margin-top: 24px;
   }
   .chalets-item__text {
       max-width: 450px;
       margin-top: 16px;
       transition: 1s cubic-bezier(.33,0,.13,1);
       transition-delay: .4s;
   }
   .chalets-item__text p {
       text-align: center;
   }
   a, p {
       color: #000;
   }
   p {
       font-weight: 300;
       font-size: 24px;
       line-height: 30px;
   }
   
   .discover-m {
       cursor: none;
       width: 100%;
       position: relative;
       display: flex;
       align-items: center;
       justify-content: center;
       font-size: 18px;
   }
   .discover-m span {
       float: left;
   }
   .discover-m span:nth-child(2) {
       float: left;
       width: 18px;
       margin-left: 9px;
   }
   .chalets-hover, .shadow-wrapp:before {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       pointer-events: none;
   }
   .chalets-hover {
       opacity: 0;
       -webkit-user-select: none;
       -moz-user-select: none;
       user-select: none;
       overflow: hidden;
       transition: 1s cubic-bezier(.33,0,.13,1);
   }
   .shadow-wrapp:before {
       content: "";
       background: #0b0b0a;
       opacity: .4;
       z-index: 1;
   }
   .chalets-hover, .shadow-wrapp:before {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       pointer-events: none;
   }
   .chalets-item .chalets-item__img a, .img-cover {
       width: 100%;
       height: 100%;
       position: relative;
   }
   .chalets-hover__img a {
       display: block;
       width: 100%;
       position: relative;
       height: 100%;
   }
   .chalets-hover__img img {
       transform: scale(1.3);
       transition: 1s cubic-bezier(.33,0,.13,1);
   }
   .chalets-hover__content {
       position: absolute;
       width: 100%;
       bottom: 80px;
       display: flex;
       flex-direction: column;
       align-items: center;
       z-index: 2;
   }
   .chalets-hover__name, .link-arrow {
       -webkit-user-select: none;
       -moz-user-select: none;
       user-select: none;
       pointer-events: none;
   }
   .chalets-hover__name {
       color: transparent;
       opacity: 0;
       visibility: hidden;
   }
   .chalets-hover__link {
       margin-top: 8px;
   }
   .link-white {
       color: #fff;
   }
   .link-arrow {
       position: relative;
       display: flex;
       align-items: center;
       width: max-content;
       height: 1.1em;
       min-height: 1.1em;
       overflow: hidden;
       line-height: 1;
       padding-left: 35px;
       padding-right: 35px;
       cursor: pointer;
       font-size: 18px;
   }
   .chalets-hover__name, .link-arrow {
       -webkit-user-select: none;
       -moz-user-select: none;
       user-select: none;
       pointer-events: none;
   }
   .chalets-hover__link .link-arrow__text span:first-child, .chalets-hover__link svg {
       transition: 1s cubic-bezier(.33,0,.13,1);
   }
   .chalets-hover__link svg {
       transition: 1s cubic-bezier(.33,0,.13,1);
   }
   .link-arrow svg {
       display: block;
       max-width: 100%;
       position: absolute;
       left: 0;
       width: 20px;
       transition: left .8s;
       transform: translateX(-100%);
   }
   .link-white svg path {
       fill: #fff;
       stroke: #fff;
   }
   .link-arrow svg path {
       transition: stroke .4s;
   }
   .link-arrow__text {
       height: 5.5em;
       display: flex;
       flex-direction: column;
       justify-content: space-between;
       align-self: flex-start;
       transition: transform .8s, color .4s;
   }
   .chalets-hover__link .link-arrow__text span:first-child, .chalets-hover__link svg {
       transition: 1s cubic-bezier(.33,0,.13,1);
   }
   .link-arrow__text span:first-child {
       transform: translateY(100%);
   }
   .link-arrow__text span {
       display: block;
       height: 1.1em;
   }
   
   .chalets-item {
       position: relative;
       display: flex;
       flex-direction: column;
       align-items: center;
       text-align: center;
       padding: 48px 48px 72px;
       border-bottom: 1px solid #8e8e88;
       border-color: #8e8e88 transparent;
       border-top: 1px solid #8e8e88;
   }

   .chalets-item.animation-done:hover .chalets-hover {
    opacity: 1;
    pointer-events: all;
}
.chalets-hover, .shadow-wrapp:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.chalets-hover {
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    overflow: hidden;
    transition: 1s cubic-bezier(.33,0,.13,1);
}
.chalets-item.animation-done:hover .chalets-hover__img img {
    transform: scale(1);
}
.chalets-item.animation-done:hover .chalets-item__name {
    transform: translateY(80%);
    opacity: 1;
    color: #fff;
    transition-delay: 0s;
}
.chalets-item.animation-done:hover .chalets-item__name a, .chalets-item.animation-done:hover .chalets-item__name span {
    color: #fff;
}
.chalets-item.animation-done:hover .chalets-item__name a, .chalets-item.animation-done:hover .chalets-item__name span {
    color: #fff;
}
.link-arrow:focus .link-arrow__text, .link-arrow:hover .link-arrow__text {
    transform: translateY(-4.4em);
}
.chalets-item.animation-done:hover .chalets-hover__link .link-arrow__text span:first-child {
    transform: translateY(0);
}
.chalets-hover__link .link-arrow__text span:first-child, .chalets-hover__link svg {
    transition: 1s cubic-bezier(.33,0,.13,1);
}
.chalets-item.animation-done:hover .chalets-hover__link svg {
    transform: translateX(0);
}

/* TESTIMONIALS start  */
 /* .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: unset;
    -webkit-transform: translate3d(0px, 0px, 0px);
}  */

#testimonialicon {
    height:120px;
    width: 120px;
    border-radius: 50%;
    margin: 0 auto 17px;
}
.testimonial-box{
    border-radius: 3px;
     background: #fff;
     box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
     padding: 30px;
     height: 434px;
          }
.testimonial-details h4{
   text-align: center;
   font-size: 28px;
   line-height: 40px;
   margin: 0 0 17px 0;
   font-weight: 400;

}


/* TESTIMONIALS end  */
     

.mid-title {
border-left: 5px solid #800000;
padding-left: 20px;
}
.mid-title, h1, h1 span {
font-size: 50px;
line-height: 72px;
font-weight:300;
}
.mid-title span {
font-size: 50px;
line-height: 82px;
color: #800000;
font-weight: 400;
}

.solutions .content .content-overlay {
       background: unset;
      }
      @media (max-width: 800px) {
        .chalets-wrapp {
            display: block;
        }
    }
  
      @media (max-width: 400px) {
        .chalets-item {
            padding: 20px;
        }
        .home-font {
            font-size: 26px;
        }
       
       }

